Table of Contents v
Table of Contents
INTRODUCTION. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
About This Book. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
Foolish Assumptions. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
Icons Used in This Book. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
Beyond the Book. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
Where to Go from Here. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
PART 1: GETTING STARTED WITH BIOSTATISTICS. . . . . . . . . . . . 5
CHAPTER 1: Biostatistics 101. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
Brushing Up on Math and Stats Basics . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
Doing Calculations with the Greatest of Ease. . . . . . . . . . . . . . . . . . . . . . 8
Concentrating on Epidemiologic Research. . . . . . . . . . . . . . . . . . . . . . . . 9
Drawing Conclusions from Your Data. . . . . . . . . . . . . . . . . . . . . . . . . . . 10
Statistical estimation theory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
Statistical decision theory. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
A Matter of Life and Death: Working with Survival Data. . . . . . . . . . . . 13
Getting to Know Statistical Distributions. . . . . . . . . . . . . . . . . . . . . . . . . 13
Figuring Out How Many Participants You Need. . . . . . . . . . . . . . . . . . . 14
CHAPTER 2: Overcoming Mathophobia: Reading and
Understanding Mathematical Expressions. . . . . . . . . . 15
Breaking Down the Basics of Mathematical Formulas . . . . . . . . . . . . . 16
Displaying formulas in different ways. . . . . . . . . . . . . . . . . . . . . . . . 16
Checking out the building blocks of formulas. . . . . . . . . . . . . . . . . . 17
Focusing on Operations Found in Formulas. . . . . . . . . . . . . . . . . . . . . . 18
Basic mathematical operations. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
Powers, roots, and logarithms. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
Factorials and absolute values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
Simple and complicated formulas . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
Equations. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
Counting on Collections of Numbers. . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
One-dimensional arrays. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
Higher-dimensional arrays. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
Arrays in formulas. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
Sums and products of the elements of an array . . . . . . . . . . . . . . . 27